home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000039_news@newsmaster….columbia.edu _Tue May 5 16:53:44 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  5KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20847
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 5 May 1998 16:53:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id QAA15693
  7.     for kermit.misc@watsun; Tue, 5 May 1998 16:53:43 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: redirect on DU 4.0b
  12. Date: 5 May 1998 20:53:38 GMT
  13. Organization: Columbia University
  14. Lines: 98
  15. Message-ID: <6inu8i$161$1@apakabar.cc.columbia.edu>
  16. References: <6inror$b6$1@beaker.nwnexus.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8691
  19.  
  20. In article <6inror$b6$1@beaker.nwnexus.com>,
  21. Tim Rosmus <trosmus@beaker.nwnexus.com> wrote:
  22. : Using the following just results with SZ sending stuff to the
  23. : screen and not to the open line...
  24. : ermit>  redirect sz -a $file
  25. : BS********
  26. : Then it eventually times out.
  27. : What am I missing?  Does this work with Dec UNIX 4.0b?
  28. : Version is "C-Kermit 6.0.192, 6 Sep 96, for Digital UNIX 4.0 Alpha"
  29. :
  30. >From the Kermit FAQ:
  31.  
  32.   http://www.columbia.edu/kermit/faq.html
  33.   ftp://kermit.columbia.edu/kermit/faq.txt
  34.  
  35. 38 Problems Using XYZMODEM External Protocols in C-Kermit
  36.  
  37. From: fdc@kermit.columbia.edu (Frank da Cruz)
  38. Newsgroups: comp.unix.aix
  39. Subject: Re: Kermit Using External Protocols - XYZ modem
  40. Date: 21 Nov 1997 14:39:12 GMT
  41.  
  42. In article <3474C6B4.6819@amscomp.com>,
  43. Stephen Tait  <stephent@amscomp.com> wrote:
  44. : I am having problems sendig a file from AIX 3.2/4.X over a modem to
  45. : a DOS BBS system using Kermit and XMODEM. Using Kermit I dial the
  46. : BBS, connect, enter login and password and the file name that I want
  47. : to send to it. At this point the DOS BBS informs me to select a
  48. : protocol:
  49. :
  50. : - for PCPLUS (DOS to DOS), I select PgUp, X for XMODEM, enter the
  51. : filename and it all works fine.
  52. :
  53. : - for AIX, with Kermit 6.0.192 and XYZMODEM protocols from OMEN
  54. : Technology site, I cannot send the file to the BBS because I don't
  55. : know what the equivilant command for "PgUp"(send) in PCPLUS is in
  56. : Kermit.  Also I have used scripting to autologin to the BBS send the
  57. : file using the (sx) XMODEM command but all I get is a hung
  58. : terminal:.(
  59. :
  60. : I have tried Kermit Support and they tell me, I quote "Omen Tech
  61. : versions of sz rz ... do not allow redirection of stdio.You will
  62. : need to find public domain versions of these protocols if you want
  63. : to use them or purchase appropriate versions from Omen Tech."
  64. :
  65. : I find this hard to believe, and if somebody knows anything that can
  66. : be of help I would be extremely gratefull:.)
  67. :
  68. By popular demand, C-Kermit 6.0 includes the ability to run external
  69. protocols.  X-, Y-, and ZMODEM are external protocols to Kermit.
  70. External means external, not built-in, and that they come from
  71. elsewhere, not from the Kermit Project; you have to find your own
  72. source for external protocol modules.
  73.  
  74. You are no doubt using Kermit to run your external protocols because
  75. the sz/rz/sx/rx/sb/rb programs that you have will not make connections
  76. for you.  They were never designed or intended to do that.
  77.  
  78. Furthermore, as you have learned, these programs do not meet the
  79. fundamental requirement for an external protocol module: to transfer
  80. files over standard input/output, which Kermit can then redirect over
  81. the communications connection that it has made.  That's because,
  82. starting in about 1988, the sz/rz/sx/rx/sb/rb programs were changed to
  83. prevent this.  In other words, they are not designed or intended to be
  84. used as external protocols.  This has nothing to do with C-Kermit or
  85. the Kermit Project.
  86.  
  87. So you have five choices:
  88.  
  89.  1. Use Kermit protocol instead of X-, Y-, or ZMODEM.  No worries with
  90.     getting software from different makers to mesh.
  91.  
  92.  2. Find old versions of sz/rz/sx/rx/sb/rb that use standard i/o, and
  93.     can therefore be redirected.  These are not, and can not be,
  94.     supplied by the Kermit Project.
  95.  
  96.  3. License modern versions of sz/rz/sx/rx/sb/rb from Omen Technology
  97.     that can be used as external protocols.
  98.  
  99.  4. License a monolithic program such as Pro-Yamm from Omen Technology
  100.     so you won't need to run C-Kermit at all.
  101.  
  102.  5. Something entirely different from 1-4.
  103.  
  104. Personally, I do not like solution (2).  Software makers have to eat
  105. too, and they don't like being held responsible for 10-year old
  106. versions of their software, when they have spent the ensuing years
  107. improving it in countless ways.
  108.  
  109. Frank da Cruz
  110. The Kermit Project
  111. Columbia University
  112. http://www.columbia.edu/kermit/
  113.